Click or drag to resize

ServiceDeleteAttachment Method (IListString)

Deletes file or item attachments from an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId DeleteAttachment(
	IList<string> attachmentIds
)

Parameters

attachmentIds
Type: System.Collections.GenericIListString
The IDs of the attachments to delete.

Return Value

Type: ItemId
The identifier of the parent item.
See Also